Upd changelog
authorJeroen van der Heijden <jeroen@transceptor.technology>
Tue, 3 Apr 2018 09:30:32 +0000 (11:30 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Tue, 3 Apr 2018 09:30:32 +0000 (11:30 +0200)
ChangeLog-2.0.27

index 191c6e9af8566cb524cfd0f8d2aad23fa03e3fa3..7b3b91986dba06f68b3b89a2f2415c53bb940b74 100644 (file)
@@ -5,4 +5,16 @@
   
   * Added support for log (string) values.
   
-  * Fixed bug with reading path variable.
\ No newline at end of file
+  * Fixed bug with reading path variable.
+  
+  * Added stddev() aggregation function.
+  
+  * Added first() and last() aggregation functions.
+  
+  * Allow aggregation functions without a time range. When no time range is 
+    given, all aggregations will return a single value. The time-stamp returned 
+    with the value is the last within the selected time range except when using
+    the first() aggregation, in that case the first time-stamp will be used.
+    
+  * Allow all (*) for selecting series. Keyword 'all' replaces 'points' which
+    is now a deprecated keyword.